body {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
.section-one {
  background-size: cover;
  /* Ensures the image covers the entire area */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  background-position: center center;
  /* Centers the image */
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  position: relative;
}
.section-Content {
  text-align: center;
}
.section-Content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
}
.section-Content p {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
}
.banner-curve-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}
.banner-curve-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.banner-curve-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
}
.banner-curve-img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
/* =========section-two css============= */
.section-two {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-image {
  width: 40%;
}
.sub_section {
  width: 35%;
}
.aboutt-ext h2 {
  font-weight: 700;
  font-size: 40px;
}
.aboutt-ext p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.section-two-Curve {
  position: absolute;
  right: 0;
  top: 0;
}
/* ===============section three css====================== */
.main-title {
  text-align: center;
  font-size: 34px;
  color: #fff;
  padding-top: 45px;
}
.subtitle {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 400;
}
.card {
  border: none;
  border-radius: 20px;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.3s;
  text-align: center;
}
.card:hover {
  transform: translateY(-5px);
}
.card-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 16px;
  margin-top: 20px;
}
.card-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.btn {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: auto;
}
.card-1 {
  background-color: #f8e9d6;
  color: #333;
}
.card-2 {
  background-color: #d6f1e9;
  color: #333;
}
.card-3 {
  background-color: #fde1e1;
  color: #333;
}
.card-4 {
  background-color: #e8e1fd;
  color: #333;
}
.btn-1 {
  background-color: #f5d4a9;
  color: #333;
}
.btn-2 {
  background-color: #a9e9d9;
  color: #333;
}
.btn-3 {
  background-color: #fcc1c1;
  color: #333;
}
.btn-4 {
  background-color: #d1c1fc;
  color: #333;
}
.card img {
  width: 100%;
  height: 140px;
}
.section-three {
  background: #1b1b1b;
  padding-bottom: 50px;
}
/* ==================section-four=============== */
.section-container {
  background-size: cover;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.shape {
  position: absolute;
  border-radius: 50%;
}
.shape-1 {
  width: 200px;
  height: 200px;
  background-color: #4a90e2;
  top: -100px;
  left: -100px;
}
.shape-2 {
  width: 150px;
  height: 150px;
  background-color: #f5a623;
  bottom: -75px;
  right: -75px;
}
.shape-3 {
  width: 100px;
  height: 100px;
  background-color: #50e3c2;
  bottom: 50px;
  left: 50px;
}
.shape-4 {
  width: 120px;
  height: 120px;
  background-color: #e74c3c;
  top: 50px;
  right: 100px;
}
.sectionFour-content {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.btn-custom {
  background-color: #ff4b4b;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 5px;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #ff4b4b;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.custom-card {
  background-color: #fff9ea;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #333;
}
.custom-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}
.custom-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* =====================section-five css================= */
.section-five {
  background: #181818;
  padding: 60px;
  text-align: center;
}
.partner h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.partner-logos img {
  width: 200px;
  margin: 10px;
}
/* ==============section-six=================== */
.section {
  background-color: #4a69bd;
  color: white;
  padding: 60px;
  text-align: center;
}
.section h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.logo-container {
  background-color: #4a69bd;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* =================footer css=================== */
.footer {
  background-color: #f8f8f8;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}
.awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.award {
  width: 100px;
  margin: 0 10px;
}
.award img {
  width: 100%;
  height: auto;
}
.footer-text {
  text-align: justify;
  /* max-width: 1200px;
    */
  margin: 0 auto 20px;
  color: #333;
  padding: 0px 53px;
  font-size: 15px;
  line-height: 29px;
}
.footer-links {
  text-align: center;
  color: #666;
}
.footer-links a {
  color: #666;
  text-decoration: none;
  margin: 0 10px;
  font-size: 13px;
}
.footer-logo {
  text-align: right;
  margin-top: 20px;
}
.footer-logo img {
  width: 150px;
}
.Image_subClass {
  width: 144px;
  margin: 28px;
  text-align: center;
}
.FooterAward_images {
  text-align: center;
}
.grafter_section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 44px;
}
/* ================media query css================= */
@media (max-width: 767px) {
  .section-Content h1 {
    font-size: 28px;
  }
  .section-Content p {
    font-size: 15px;
  }
  .section-two {
    display: block;
  }
  .about-image {
    width: 100%;
  }
  .sub_section {
    width: 100%;
    margin-top: 20px;
  }
  .g-4 {
    width: 90%;
    margin: auto;
  }
  .space {
    margin-bottom: 30px;
  }
  .main-title {
    font-size: 20px;
  }
  .custom-card img {
    width: 27px;
    height: 26px;
    margin-bottom: 0.5rem;
  }
  .custom-card {
    padding: 8px;
    height: 120px;
  }
  .custom-card p {
    font-size: 14px;
  }
  .sectionFour-content {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
  }
  .partner h2 {
    font-size: 20px;
    line-height: 31px;
  }
  .partner-logos img {
    width: 150px;
    margin: 10px;
  }
  .partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-text {
    padding: 0;
  }
  .grafter_section {
    display: block;
  }
  .Image_subClass {
    width: 144px;
    margin: 8px 0px;
    text-align: center;
  }
  .footer-text {
    padding: 0px 0px;
    font-size: 13px;
    line-height: 26px;
  }
  .btn-custom {
    margin: auto;
    display: flex;
  }
  .aboutt-ext h2,
  p {
    text-align: center;
  }
  .banner-curve-img1,
  .banner-curve-img2,
  .banner-curve-img3,
  .banner-curve-img4 {
    width: 80px;
  }
  .section-two-Curve {
    display: none;
  }
  .section-one {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 1190px) {
  .section-Content h1 {
    font-size: 45px;
  }
  .section-Content p {
    font-size: 24px;
  }
  .section-two {
    display: flex;
  }
  .about-image {
    width: 50%;
  }
  .sub_section {
    width: 100%;
    margin-top: 20px;
  }
  .g-4 {
    width: 90%;
    margin: auto;
  }
  .space {
    margin-bottom: 30px;
  }
  .main-title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 22px;
  }
  .custom-card img {
    width: 35px;
    height: 35px;
    margin-bottom: 0.5rem;
  }
  .custom-card {
    padding: 20px;
  }
  .custom-card p {
    font-size: 20px;
  }
  .sectionFour-content {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
  }
  .partner h2 {
    font-size: 28px;
    line-height: 31px;
  }
  .partner-logos img {
    width: 200px;
    margin: 10px;
  }
  .partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-text {
    padding: 0;
  }
  .grafter_section {
    display: flex;
    padding: 0;
  }
  .Image_subClass {
    width: 144px;
    margin: 8px 0px;
    text-align: center;
  }
  .footer-text {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .btn-custom {
    margin: auto;
    display: flex;
  }
  .aboutt-ext h2,
  p {
    text-align: center;
  }
  .banner-curve-img1,
  .banner-curve-img2,
  .banner-curve-img3,
  .banner-curve-img4 {
    width: 140px;
  }
  .section-two-Curve {
    display: none;
  }
  .FooterAward_images {
    margin-top: 20px;
  }
  .section-one {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  .Sub-section-three {
    max-width: 1000px;
  }
}
@media (max-width: 1190px) {
  .Sub-section-three {
    max-width: 650px;
  }
}
